projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f252f0
)
coloreditor: Draw a focus around the color plane
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 9 Apr 2020 18:11:18 +0000
(14:11 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 9 Apr 2020 18:11:18 +0000
(14:11 -0400)
Not doing it was just an oversight.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index cca5b1d8067a2c4670ecdf8d1a79d3f8007c72f9..24a0db293ccb4f76aa33d9565682e6235676e7a2 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-57,6
+57,7
@@
flowboxchild:focus(visible) {
}
// Widgets that draw their focus indicator outset and not inset
+plane:focus(visible),
scale:focus(visible) > trough {
outline-color: $focus_border_color;
outline-style: solid;